Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / platform / WebLayerTreeView.h
index 43549b4..1342016 100644 (file)
@@ -141,9 +141,6 @@ public:
 
     // Toggles scroll bottleneck rects on the HUD layer
     virtual void setShowScrollBottleneckRects(bool) { }
-
-    // FIXME: make pure virtual once the cc-side patch is in
-    virtual bool usesGpuRasterization() { return false; };
 };
 
 } // namespace blink