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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 204093002: GraphicsContext culling support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Drop GC cull stack, misc fixes. Created 6 years, 9 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
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index f74c05c2f21eaa123212226cd0691343f1a83bed..3a14959f5714cf09ed329563c766788401127dbc 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -78,6 +78,7 @@ public:
virtual void setClobberUserAgentInitialScaleQuirk(bool) OVERRIDE;
virtual void setCompositedScrollingForFramesEnabled(bool) OVERRIDE;
virtual void setCompositorTouchHitTesting(bool) OVERRIDE;
+ virtual void setContainerCullingEnabled(bool) OVERRIDE;
virtual void setCookieEnabled(bool) OVERRIDE;
virtual void setNavigateOnDragDrop(bool) OVERRIDE;
virtual void setCursiveFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698