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

Unified Diff: content/browser/gpu/gpu_memory_buffer_factory_host_impl.h

Issue 633843002: Replacing the OVERRIDE with override and FINAL with final in content/browser/[dom_storage|gamepad|… (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 | « content/browser/gpu/gpu_ipc_browsertests.cc ('k') | content/browser/gpu/gpu_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_memory_buffer_factory_host_impl.h
diff --git a/content/browser/gpu/gpu_memory_buffer_factory_host_impl.h b/content/browser/gpu/gpu_memory_buffer_factory_host_impl.h
index 3566ad555a0f4ba824a18ab4772fc61eff6203f4..c57741cf6b55b5fe4d239982c61636688e761fa1 100644
--- a/content/browser/gpu/gpu_memory_buffer_factory_host_impl.h
+++ b/content/browser/gpu/gpu_memory_buffer_factory_host_impl.h
@@ -24,9 +24,9 @@ class CONTENT_EXPORT GpuMemoryBufferFactoryHostImpl
const gfx::Size& size,
unsigned internalformat,
unsigned usage,
- const CreateGpuMemoryBufferCallback& callback) OVERRIDE;
+ const CreateGpuMemoryBufferCallback& callback) override;
virtual void DestroyGpuMemoryBuffer(const gfx::GpuMemoryBufferHandle& handle,
- int32 sync_point) OVERRIDE;
+ int32 sync_point) override;
void set_gpu_host_id(int gpu_host_id) { gpu_host_id_ = gpu_host_id; }
« no previous file with comments | « content/browser/gpu/gpu_ipc_browsertests.cc ('k') | content/browser/gpu/gpu_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698