Bug 869936 - Add GetPreferredCompositorBackend to MetroWidget. r=bbondy

This commit is contained in:
Jim Mathies 2013-05-08 09:57:29 -05:00
parent 40e7c14af0
commit ca5da7c050

View File

@ -123,6 +123,7 @@ public:
LayersBackend aBackendHint = mozilla::layers::LAYERS_NONE,
LayerManagerPersistence aPersistence = LAYER_MANAGER_CURRENT,
bool* aAllowRetaining = nullptr);
virtual mozilla::layers::LayersBackend GetPreferredCompositorBackend() { return mozilla::layers::LAYERS_D3D11; }
// IME related interfaces
NS_IMETHOD_(void) SetInputContext(const InputContext& aContext,