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

Unified Diff: content/public/renderer/render_view.h

Issue 10855151: Gradient overlay for constrained window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos Created 8 years, 4 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 | « chrome/renderer/webview_animating_overlay_browsertest.cc ('k') | content/public/test/render_view_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index a57ba9af127aeea7886871922abdab696941c200..164acee29017ee78d562ff66fc79686b531a3a8a 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -127,6 +127,10 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
const WebKit::WebURLRequest& request,
WebKit::WebNavigationPolicy policy) = 0;
+ // Notifies the renderer that a paint is to be generated for the size
+ // passed in.
+ virtual void Repaint(const gfx::Size& size) = 0;
+
protected:
virtual ~RenderView() {}
};
« no previous file with comments | « chrome/renderer/webview_animating_overlay_browsertest.cc ('k') | content/public/test/render_view_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698