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

Unified Diff: ui/views/win/hwnd_message_handler.h

Issue 1286273002: Address Win/Clang style plugin error in hwnd_message_handler.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/win/hwnd_message_handler.h
diff --git a/ui/views/win/hwnd_message_handler.h b/ui/views/win/hwnd_message_handler.h
index e7fc8af7b518ae3ba83bfa765a5fdbed2d1f9bd7..7e54a8f6e47d57507b6449285f01fae051d0e7b1 100644
--- a/ui/views/win/hwnd_message_handler.h
+++ b/ui/views/win/hwnd_message_handler.h
@@ -587,6 +587,11 @@ class VIEWS_EXPORT HWNDMessageHandler :
// Manages observation of Windows Session Change messages.
scoped_ptr<WindowsSessionChangeObserver> windows_session_change_observer_;
+ // This class provides functionality to register the legacy window as a
+ // Direct Manipulation consumer. This allows us to support smooth scroll
+ // in Chrome on Windows 10.
+ scoped_ptr<gfx::win::DirectManipulationHelper> direct_manipulation_helper_;
+
// The WeakPtrFactories below must occur last in the class definition so they
// get destroyed last.
@@ -596,11 +601,6 @@ class VIEWS_EXPORT HWNDMessageHandler :
// The factory used with BEGIN_SAFE_MSG_MAP_EX.
base::WeakPtrFactory<HWNDMessageHandler> weak_factory_;
- // This class provides functionality to register the legacy window as a
- // Direct Manipulation consumer. This allows us to support smooth scroll
- // in Chrome on Windows 10.
- scoped_ptr<gfx::win::DirectManipulationHelper> direct_manipulation_helper_;
-
DISALLOW_COPY_AND_ASSIGN(HWNDMessageHandler);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698