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

Unified Diff: mojo/services/gles2/command_buffer_impl.cc

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/gles2/command_buffer_impl.h ('k') | mojo/services/gles2/mojo_buffer_backing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gles2/command_buffer_impl.cc
diff --git a/mojo/services/gles2/command_buffer_impl.cc b/mojo/services/gles2/command_buffer_impl.cc
index d821c2882571ed65da9f199624512bb3359f45cb..d221750e4c2103b52e20d17d45691309bb13f0ae 100644
--- a/mojo/services/gles2/command_buffer_impl.cc
+++ b/mojo/services/gles2/command_buffer_impl.cc
@@ -5,8 +5,8 @@
#include "mojo/services/gles2/command_buffer_impl.h"
#include "base/bind.h"
+#include "base/macros.h"
#include "base/memory/shared_memory.h"
-
#include "gpu/command_buffer/common/constants.h"
#include "gpu/command_buffer/service/command_buffer_service.h"
#include "gpu/command_buffer/service/context_group.h"
@@ -31,9 +31,9 @@ class MemoryTrackerStub : public gpu::gles2::MemoryTracker {
virtual void TrackMemoryAllocatedChange(size_t old_size,
size_t new_size,
gpu::gles2::MemoryTracker::Pool pool)
- OVERRIDE {}
+ override {}
- virtual bool EnsureGPUMemoryAvailable(size_t size_needed) OVERRIDE {
+ virtual bool EnsureGPUMemoryAvailable(size_t size_needed) override {
return true;
};
« no previous file with comments | « mojo/services/gles2/command_buffer_impl.h ('k') | mojo/services/gles2/mojo_buffer_backing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698