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

Unified Diff: android_webview/browser/in_process_view_renderer.cc

Issue 153583009: compile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | content/browser/android/in_process/synchronous_compositor_factory_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/in_process_view_renderer.cc
diff --git a/android_webview/browser/in_process_view_renderer.cc b/android_webview/browser/in_process_view_renderer.cc
index 9d312b4fc8eed06dadccc8c2c064c62340fa5f41..a57e8fe24c45f3d5f2fd9d465277e863308990eb 100644
--- a/android_webview/browser/in_process_view_renderer.cc
+++ b/android_webview/browser/in_process_view_renderer.cc
@@ -202,10 +202,10 @@ class DeferredGpuCommandService
void RunTasks();
- virtual void AddRef() const {
+ virtual void AddRef() const OVERRIDE {
base::RefCountedThreadSafe<DeferredGpuCommandService>::AddRef();
}
- virtual void Release() const {
+ virtual void Release() const OVERRIDE {
base::RefCountedThreadSafe<DeferredGpuCommandService>::Release();
}
« no previous file with comments | « no previous file | content/browser/android/in_process/synchronous_compositor_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698