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

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h

Issue 8772060: Refactor window frame painting into a window background class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final cleanup of PaintRestored Created 9 years 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: chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h
index 213e783b8de5c95b0e05e8bba2283c13016419fd..4037160a7abb8ae74727b95c773105dcd8df71d7 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h
@@ -14,7 +14,7 @@
class BrowserFrame;
class BrowserView;
-class FrameBackground;
+class FrameBackgroundView;
class WindowControlButton;
class BrowserNonClientFrameViewAura : public BrowserNonClientFrameView,
@@ -83,7 +83,7 @@ class BrowserNonClientFrameViewAura : public BrowserNonClientFrameView,
int last_hittest_code_;
WindowControlButton* maximize_button_;
WindowControlButton* close_button_;
- FrameBackground* frame_background_;
+ FrameBackgroundView* frame_background_;
DISALLOW_COPY_AND_ASSIGN(BrowserNonClientFrameViewAura);
};

Powered by Google App Engine
This is Rietveld 408576698