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

Unified Diff: ui/base/android/window_android.cc

Issue 377013002: android: Use UIResource for overscroll glow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments. moved resource loading to its own class. Created 6 years, 5 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: ui/base/android/window_android.cc
diff --git a/ui/base/android/window_android.cc b/ui/base/android/window_android.cc
index 490c6f3b545f2adfaabf67d3e4efb2766fed84f9..20c563d12219e5749b377b0d67bc20e8f4de5a44 100644
--- a/ui/base/android/window_android.cc
+++ b/ui/base/android/window_android.cc
@@ -8,7 +8,10 @@
#include "base/android/jni_array.h"
#include "base/android/jni_weak_ref.h"
#include "base/android/scoped_java_ref.h"
+#include "base/bind.h"
#include "jni/WindowAndroid_jni.h"
+#include "ui/base/android/system_ui_resource_layer.h"
jdduke (slow) 2014/07/12 01:01:09 Do we still need these inclusions?
powei 2014/07/16 17:10:52 Done. Removed
+#include "ui/base/android/ui_resource_client_android.h"
#include "ui/base/android/window_android_compositor.h"
#include "ui/base/android/window_android_observer.h"

Powered by Google App Engine
This is Rietveld 408576698