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

Side by Side Diff: ui/gl/android/surface_texture_listener.cc

Issue 16514006: Update includes of message_loop_proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/gl/android/surface_texture_listener.h" 5 #include "ui/gl/android/surface_texture_listener.h"
6 6
7 #include "base/location.h" 7 #include "base/location.h"
8 #include "base/logging.h" 8 #include "base/logging.h"
9 #include "base/message_loop_proxy.h" 9 #include "base/message_loop/message_loop_proxy.h"
10 #include "jni/SurfaceTextureListener_jni.h" 10 #include "jni/SurfaceTextureListener_jni.h"
11 #include "ui/gl/android/surface_texture_bridge.h" 11 #include "ui/gl/android/surface_texture_bridge.h"
12 12
13 namespace gfx { 13 namespace gfx {
14 14
15 // static 15 // static
16 jobject SurfaceTextureListener::CreateSurfaceTextureListener( 16 jobject SurfaceTextureListener::CreateSurfaceTextureListener(
17 JNIEnv* env, 17 JNIEnv* env,
18 const base::Closure& callback) { 18 const base::Closure& callback) {
19 // The java listener object owns and releases the native instance. 19 // The java listener object owns and releases the native instance.
(...skipping 24 matching lines...) Expand all
44 callback_.Run(); 44 callback_.Run();
45 } 45 }
46 } 46 }
47 47
48 // static 48 // static
49 bool SurfaceTextureListener::RegisterSurfaceTextureListener(JNIEnv* env) { 49 bool SurfaceTextureListener::RegisterSurfaceTextureListener(JNIEnv* env) {
50 return RegisterNativesImpl(env); 50 return RegisterNativesImpl(env);
51 } 51 }
52 52
53 } // namespace gfx 53 } // namespace gfx
OLDNEW
« no previous file with comments | « sync/notifier/invalidation_notifier.cc ('k') | webkit/browser/appcache/appcache_quota_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698