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

Unified Diff: Source/web/WebViewImpl.h

Issue 264713014: Remove the composited path from WebViewImpl::paint(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: paint-compositor: Created 6 years, 8 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/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index c23864b1fcb14dd4a3aa59e5d51703bf57d94edf..69ec6dabb2d56e72d1038c7be58761a5486b82f6 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -102,7 +102,7 @@ public:
virtual void animate(double) OVERRIDE;
virtual void layout() OVERRIDE;
virtual void enterForceCompositingMode(bool enable) OVERRIDE;
- virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable) OVERRIDE;
+ virtual void paint(WebCanvas*, const WebRect&) OVERRIDE;
virtual bool compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) OVERRIDE;
virtual bool isTrackingRepaints() const OVERRIDE;
virtual void themeChanged() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698