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

Unified Diff: chrome/renderer/chrome_render_view_observer.h

Issue 10823387: Revert 152059 - Gradient overlay for constrained window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/chrome_tests.gypi ('k') | chrome/renderer/chrome_render_view_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_render_view_observer.h
===================================================================
--- chrome/renderer/chrome_render_view_observer.h (revision 152061)
+++ chrome/renderer/chrome_render_view_observer.h (working copy)
@@ -24,7 +24,6 @@
class TranslateHelper;
struct ThumbnailScore;
class WebViewColorOverlay;
-class WebViewAnimatingOverlay;
namespace extensions {
class Dispatcher;
@@ -234,9 +233,6 @@
// A color page overlay when visually de-emaphasized.
scoped_ptr<WebViewColorOverlay> dimmed_color_overlay_;
- // A animating page overlay when visually de-emaphasized.
- scoped_ptr<WebViewAnimatingOverlay> dimmed_animating_overlay_;
-
// Used to delay calling CapturePageInfo.
base::Timer capture_timer_;
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/renderer/chrome_render_view_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698