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

Unified Diff: ui/base/android/window_android_observer.h

Issue 929903002: Remove cc dependency from ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes in ui/PRESUBMIT.py Created 5 years, 10 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 | « ui/base/android/window_android_compositor.h ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/android/window_android_observer.h
diff --git a/ui/base/android/window_android_observer.h b/ui/base/android/window_android_observer.h
deleted file mode 100644
index b9f5fbad5cfcd128be3ce70aaa1c24c12501fa07..0000000000000000000000000000000000000000
--- a/ui/base/android/window_android_observer.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2013 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 UI_BASE_ANDROID_WINDOW_ANDROID_OBSERVER_H_
-#define UI_BASE_ANDROID_WINDOW_ANDROID_OBSERVER_H_
-
-#include "ui/base/ui_base_export.h"
-
-namespace ui {
-
-class UI_BASE_EXPORT WindowAndroidObserver {
- public:
- virtual void OnCompositingDidCommit() = 0;
- virtual void OnAttachCompositor() = 0;
- virtual void OnDetachCompositor() = 0;
- virtual void OnVSync(base::TimeTicks frame_time,
- base::TimeDelta vsync_period) = 0;
- virtual void OnAnimate(base::TimeTicks frame_begin_time) {}
-
- protected:
- virtual ~WindowAndroidObserver() {}
-};
-
-} // namespace ui
-
-#endif // UI_BASE_ANDROID_WINDOW_ANDROID_OBSERVER_H_
« no previous file with comments | « ui/base/android/window_android_compositor.h ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698