Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Unified Diff: webkit/renderer/compositor_bindings/web_content_layer_impl.h

Issue 316053002: Delete per-layer gpu rasterization hint. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/renderer/compositor_bindings/web_content_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/compositor_bindings/web_content_layer_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_content_layer_impl.h b/webkit/renderer/compositor_bindings/web_content_layer_impl.h
index 369af104b41157577c3536b17a0e4efdf055bdc4..e58f332e68240a0b9e4cef1a7b5baa19ac383445 100644
--- a/webkit/renderer/compositor_bindings/web_content_layer_impl.h
+++ b/webkit/renderer/compositor_bindings/web_content_layer_impl.h
@@ -30,7 +30,6 @@ class WebContentLayerImpl : public blink::WebContentLayer,
virtual blink::WebLayer* layer();
virtual void setDoubleSided(bool double_sided);
virtual void setDrawCheckerboardForMissingTiles(bool checkerboard);
- virtual void setHasGpuRasterizationHint(bool has_hint);
protected:
virtual ~WebContentLayerImpl();
« no previous file with comments | « no previous file | webkit/renderer/compositor_bindings/web_content_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698