Bug 1443301 - Remove unused function. r?botond draft
authorKartikaya Gupta <kgupta@mozilla.com>
Wed, 07 Mar 2018 17:34:10 -0500
changeset 764578 da9a59c1fbc0efdd1bf165fc2a62446646a61d88
parent 764577 4b25b5cb5e1c6efe9bb002ad64dae76707e4d6a1
child 764579 f414d7883b2a392fea4275bc1c92f4240d64b4f7
push id101796
push userkgupta@mozilla.com
push dateWed, 07 Mar 2018 22:34:44 +0000
reviewersbotond
bugs1443301
milestone60.0a1
Bug 1443301 - Remove unused function. r?botond MozReview-Commit-ID: I05MwCw8VdK
gfx/layers/ipc/CompositorBridgeParent.h
--- a/gfx/layers/ipc/CompositorBridgeParent.h
+++ b/gfx/layers/ipc/CompositorBridgeParent.h
@@ -486,20 +486,16 @@ public:
   Maybe<TimeStamp> 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.