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

Unified Diff: chrome/browser/ui/touch/frame/touch_browser_frame_view.h

Issue 8362006: Reland r107720 - Enable the new layer animation framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years, 2 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
Index: chrome/browser/ui/touch/frame/touch_browser_frame_view.h
diff --git a/chrome/browser/ui/touch/frame/touch_browser_frame_view.h b/chrome/browser/ui/touch/frame/touch_browser_frame_view.h
index 5e4eefbbca1d20d124d00a62f692d82942728121..eee15e25f2a1dc2238d27919a871377a102ea997 100644
--- a/chrome/browser/ui/touch/frame/touch_browser_frame_view.h
+++ b/chrome/browser/ui/touch/frame/touch_browser_frame_view.h
@@ -8,15 +8,11 @@
#include "chrome/browser/ui/views/frame/opaque_browser_frame_view.h"
-#include "content/browser/sensors/sensors_provider.h"
-#include "content/common/sensors.h"
-
class BrowserFrame;
class BrowserView;
class TouchBrowserFrameView
- : public OpaqueBrowserFrameView,
- public sensors::Listener {
+ : public OpaqueBrowserFrameView {
public:
// Internal class name.
static const char kViewClassName[];
@@ -25,10 +21,6 @@ class TouchBrowserFrameView
TouchBrowserFrameView(BrowserFrame* frame, BrowserView* browser_view);
virtual ~TouchBrowserFrameView();
- // sensors::Listener implementation
- virtual void OnScreenOrientationChanged(
- const sensors::ScreenOrientation& change) OVERRIDE;
-
private:
// Overridden from views::View
virtual std::string GetClassName() const OVERRIDE;
« no previous file with comments | « chrome/browser/ui/touch/animation/screen_rotation_setter.cc ('k') | chrome/browser/ui/touch/frame/touch_browser_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698