Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / platform / WebContentLayer.h
index f20b567..06d21e5 100644 (file)
@@ -30,7 +30,6 @@
 #include "WebLayer.h"
 
 namespace blink {
-class WebContentLayerClient;
 
 class WebContentLayer {
 public:
@@ -53,8 +52,6 @@ public:
     // for these tiles.
     // Defaults to false.
     virtual void setDrawCheckerboardForMissingTiles(bool) = 0;
-
-    virtual void setHasGpuRasterizationHint(bool) = 0;
 };
 
 } // namespace blink