diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 00:45:07 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 00:45:07 +0000 |
commit | 7d389e235c5afa2861d8503a5df517206818a4e5 (patch) | |
tree | e5a6838c0d377ffad90f726bb04758ed9c501d3f /content/app | |
parent | 97746f96aae458638e6a61200e1dd66ffad06e53 (diff) | |
download | chromium_src-7d389e235c5afa2861d8503a5df517206818a4e5.zip chromium_src-7d389e235c5afa2861d8503a5df517206818a4e5.tar.gz chromium_src-7d389e235c5afa2861d8503a5df517206818a4e5.tar.bz2 |
Enable Clang warnings for implementation files on all platforms.
This fixes a few remaining issues for Android builds
BUG=115047
Review URL: https://chromiumcodereview.appspot.com/14876034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/app')
-rw-r--r-- | content/app/android/child_process_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/app/android/child_process_service.cc b/content/app/android/child_process_service.cc index 99e801b..5c50ec8 100644 --- a/content/app/android/child_process_service.cc +++ b/content/app/android/child_process_service.cc @@ -47,7 +47,7 @@ class SurfaceTexturePeerChildImpl : public content::SurfaceTexturePeer, base::ProcessHandle pid, scoped_refptr<gfx::SurfaceTextureBridge> surface_texture_bridge, int primary_id, - int secondary_id) { + int secondary_id) OVERRIDE { JNIEnv* env = base::android::AttachCurrentThread(); content::Java_ChildProcessService_establishSurfaceTexturePeer( env, service_.obj(), pid, |