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

Unified Diff: ui/views/cocoa/bridged_native_widget.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: ui/views/cocoa/bridged_native_widget.h
diff --git a/ui/views/cocoa/bridged_native_widget.h b/ui/views/cocoa/bridged_native_widget.h
index 90e85fc3e9e9afb3ddbec3c77cc5ddef77bb2408..df888aef29c50bac94d02c980ffda45b189faf6e 100644
--- a/ui/views/cocoa/bridged_native_widget.h
+++ b/ui/views/cocoa/bridged_native_widget.h
@@ -202,7 +202,7 @@ class VIEWS_EXPORT BridgedNativeWidget
void UpdateLayerProperties();
// Immediately return if there is a composited frame matching |size_in_dip|.
- // Otherwise, asks ui::WindowResizeHelperMac to run tasks until a matching
+ // Otherwise, asks ui::WindowResizeHelper to run tasks until a matching
// frame is ready, or a timeout occurs.
void MaybeWaitForFrame(const gfx::Size& size_in_dip);

Powered by Google App Engine
This is Rietveld 408576698