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

Unified Diff: mojo/services/native_viewport/gpu_impl.h

Issue 623573002: Mojo: Convert the remaining OVERRIDEs to override in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « mojo/services/html_viewer/weburlloader_impl.h ('k') | mojo/services/native_viewport/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/native_viewport/gpu_impl.h
diff --git a/mojo/services/native_viewport/gpu_impl.h b/mojo/services/native_viewport/gpu_impl.h
index 50680616092baa81c2d2cebd398dcab4ebfe2bcc..ac0f435fb5b10f9adad55f20d0acaa5cc30198b6 100644
--- a/mojo/services/native_viewport/gpu_impl.h
+++ b/mojo/services/native_viewport/gpu_impl.h
@@ -32,10 +32,10 @@ class GpuImpl : public InterfaceImpl<Gpu> {
virtual void CreateOnscreenGLES2Context(
uint64_t native_viewport_id,
SizePtr size,
- InterfaceRequest<CommandBuffer> command_buffer_request) OVERRIDE;
+ InterfaceRequest<CommandBuffer> command_buffer_request) override;
virtual void CreateOffscreenGLES2Context(
- InterfaceRequest<CommandBuffer> command_buffer_request) OVERRIDE;
+ InterfaceRequest<CommandBuffer> command_buffer_request) override;
private:
// We need to share these across all NativeViewport instances so that contexts
« no previous file with comments | « mojo/services/html_viewer/weburlloader_impl.h ('k') | mojo/services/native_viewport/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698