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

Unified Diff: base/threading/thread_restrictions.h

Issue 1513053002: WIP - Gutterless resize on Windows Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 5 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: base/threading/thread_restrictions.h
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
index 66b8e8d421b517b62becf1e5e4ecff07675540ca..8d666fe783ddf6a4af460754b23404d2e32d7964 100644
--- a/base/threading/thread_restrictions.h
+++ b/base/threading/thread_restrictions.h
@@ -68,7 +68,7 @@ class AutoThread;
}
namespace ui {
-class WindowResizeHelperMac;
+class WindowResizeHelper;
}
namespace views {
@@ -190,7 +190,7 @@ class BASE_EXPORT ThreadRestrictions {
friend class cc::SingleThreadTaskGraphRunner;
friend class content::RasterWorkerPool;
friend class remoting::AutoThread;
- friend class ui::WindowResizeHelperMac;
+ friend class ui::WindowResizeHelper;
friend class MessagePumpDefault;
friend class SequencedWorkerPool;
friend class SimpleThread;

Powered by Google App Engine
This is Rietveld 408576698