summaryrefslogtreecommitdiffstats
path: root/content/public/renderer/render_view.h
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-17 07:49:41 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-17 07:49:41 +0000
commit999801a53d82ec70983e1eadedd14d48adb62fa3 (patch)
tree26981658f5b3b54d499aff8e1900d71534011321 /content/public/renderer/render_view.h
parentba58ecb45d375f1ff93e1afca5b047eba7de33a1 (diff)
downloadchromium_src-999801a53d82ec70983e1eadedd14d48adb62fa3.zip
chromium_src-999801a53d82ec70983e1eadedd14d48adb62fa3.tar.gz
chromium_src-999801a53d82ec70983e1eadedd14d48adb62fa3.tar.bz2
Revert 152059 - Gradient overlay for constrained window
As a part of the new constrained window look and feel we're changing the the solid gray overlay to a gradient overlay. The overlay fades in on show and fades out on hide. Screenshots: light background: http://i.imgur.com/GJj6L.png dark background: http://i.imgur.com/s37da.png BUG=140520 TEST=Run with --enable-frameless-constrained-dialogs. Navigate to http://www.imagemator.com/ Click "Click to pick an image." Review URL: https://chromiumcodereview.appspot.com/10855151 TBR=sail@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823387 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/renderer/render_view.h')
-rw-r--r--content/public/renderer/render_view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index 164acee..a57ba9a 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -127,10 +127,6 @@ 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() {}
};