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

Unified Diff: ui/android/window_android_compositor.h

Issue 1419123002: android: move overscroll effects to ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix exports for component build Created 5 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
« no previous file with comments | « ui/android/ui_android.gyp ('k') | ui/android/window_android_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/window_android_compositor.h
diff --git a/ui/android/window_android_compositor.h b/ui/android/window_android_compositor.h
index edd743f15396a0ed0b0266e5dcf707eac98a5526..51627d0d169170886895e46baf794206ef93b2e8 100644
--- a/ui/android/window_android_compositor.h
+++ b/ui/android/window_android_compositor.h
@@ -1,4 +1,4 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 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.
@@ -10,6 +10,7 @@
namespace cc {
class Layer;
+class LayerSettings;
}
namespace ui {
@@ -19,6 +20,9 @@ class ResourceManager;
// Android interface for compositor-related tasks.
class UI_ANDROID_EXPORT WindowAndroidCompositor {
public:
+ static const cc::LayerSettings& LayerSettings();
+ static void SetLayerSettings(const cc::LayerSettings& settings);
+
virtual ~WindowAndroidCompositor() {}
virtual void AttachLayerForReadback(scoped_refptr<cc::Layer> layer) = 0;
« no previous file with comments | « ui/android/ui_android.gyp ('k') | ui/android/window_android_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698