# HG changeset patch # User Kartikaya Gupta # Date 1520462050 18000 # Node ID 81873f9d6821e109bea9a12548e371c2323f01cb # Parent 16fb2d15be58ddae9e90f217bbd96b7fe6495bfe Bug 1443301 - Remove unused function. r=botond MozReview-Commit-ID: I05MwCw8VdK diff --git a/gfx/layers/ipc/CompositorBridgeParent.h b/gfx/layers/ipc/CompositorBridgeParent.h --- a/gfx/layers/ipc/CompositorBridgeParent.h +++ b/gfx/layers/ipc/CompositorBridgeParent.h @@ -449,20 +449,16 @@ public: Maybe GetTestingTimeStamp() const; static CompositorBridgeParent* GetCompositorBridgeParentFromLayersId(const uint64_t& aLayersId); #if defined(MOZ_WIDGET_ANDROID) gfx::IntSize GetEGLSurfaceSize() { return mEGLSurfaceSize; } - - uint64_t GetRootLayerTreeId() { - return mRootLayerTreeID; - } #endif // defined(MOZ_WIDGET_ANDROID) private: void Initialize(); /** * Called during destruction in order to release resources as early as possible.