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

Unified Diff: Source/web/WebViewImpl.h

Issue 1056893003: Add setNeedsLayoutAndFullPaintInvalidation to WebWidget. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Checking for null pointers Created 5 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
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index c49c20c9fddb65f503f22dfab97ba726a3ae455a..cf3f40e1c809ac8cfa2c6ec915a7aa39e4bd0593 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -110,6 +110,7 @@ public:
virtual void beginFrame(const WebBeginFrameArgs&) override;
+ virtual void setNeedsLayoutAndFullPaintInvalidation() override;
virtual void layout() override;
virtual void paint(WebCanvas*, const WebRect&) override;
#if OS(ANDROID)
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698