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

Unified Diff: android_webview/native/external_video_surface_container_impl.h

Issue 623833003: replace OVERRIDE and FINAL with override and final in android_webview/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « android_webview/native/aw_web_resource_response_impl.h ('k') | android_webview/native/input_stream_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/external_video_surface_container_impl.h
diff --git a/android_webview/native/external_video_surface_container_impl.h b/android_webview/native/external_video_surface_container_impl.h
index 4d34f83e44bb3f27b67b4702fbbb13cfde2d5756..97d233408a10b19627ae0fc2a8e9279aa7f2984a 100644
--- a/android_webview/native/external_video_surface_container_impl.h
+++ b/android_webview/native/external_video_surface_container_impl.h
@@ -26,11 +26,11 @@ class ExternalVideoSurfaceContainerImpl
virtual void RequestExternalVideoSurface(
int player_id,
const SurfaceCreatedCB& surface_created_cb,
- const SurfaceDestroyedCB& surface_destroyed_cb) OVERRIDE;
- virtual void ReleaseExternalVideoSurface(int player_id) OVERRIDE;
- virtual void OnFrameInfoUpdated() OVERRIDE;
+ const SurfaceDestroyedCB& surface_destroyed_cb) override;
+ virtual void ReleaseExternalVideoSurface(int player_id) override;
+ virtual void OnFrameInfoUpdated() override;
virtual void OnExternalVideoSurfacePositionChanged(
- int player_id, const gfx::RectF& rect) OVERRIDE;
+ int player_id, const gfx::RectF& rect) override;
// Methods called from Java.
void SurfaceCreated(
« no previous file with comments | « android_webview/native/aw_web_resource_response_impl.h ('k') | android_webview/native/input_stream_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698