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

Unified Diff: public/platform/WebScreenOrientationListener.h

Issue 339343003: Cleanup Blink's Platform from Screen Orientation stuff. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | « public/platform/Platform.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebScreenOrientationListener.h
diff --git a/public/platform/WebScreenOrientationListener.h b/public/platform/WebScreenOrientationListener.h
deleted file mode 100644
index 0f9586b0980641b9d00f4d190122166938f4d3e7..0000000000000000000000000000000000000000
--- a/public/platform/WebScreenOrientationListener.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef WebScreenOrientationListener_h
-#define WebScreenOrientationListener_h
-
-#include "WebScreenOrientationType.h"
-
-namespace blink {
-
-class WebScreenOrientationListener {
-public:
- virtual ~WebScreenOrientationListener() { }
-
- // This method is called every time the screen orientation changes.
- virtual void didChangeScreenOrientation(WebScreenOrientationType) = 0;
-};
-
-} // namespace blink
-
-#endif // WebScreenOrientationListener_h
« no previous file with comments | « public/platform/Platform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698