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

Unified Diff: chrome/browser/dock_info_win.cc

Issue 340077: Gets find bar animation/clipping to work on views/gtk. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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/dock_info_win.cc
===================================================================
--- chrome/browser/dock_info_win.cc (revision 30814)
+++ chrome/browser/dock_info_win.cc (working copy)
@@ -115,7 +115,7 @@
// in ShouldStopIterating if target_ is passed in.
bool is_top_most_;
- ScopedHRGN tmp_region_;
+ ScopedRegion tmp_region_;
DISALLOW_COPY_AND_ASSIGN(TopMostFinder);
};

Powered by Google App Engine
This is Rietveld 408576698