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

Unified Diff: gpu/command_buffer/service/gpu_tracer.cc

Issue 12813004: Chromium style checker cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 9 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/renderer/render_thread_impl.cc ('k') | net/quic/congestion_control/leaky_bucket_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gpu_tracer.cc
diff --git a/gpu/command_buffer/service/gpu_tracer.cc b/gpu/command_buffer/service/gpu_tracer.cc
index 178cb7a766e60193c7362c0f55789283a6c8daf7..b4899f5da362120ac9dc2692a6a49bc152574dd9 100644
--- a/gpu/command_buffer/service/gpu_tracer.cc
+++ b/gpu/command_buffer/service/gpu_tracer.cc
@@ -90,7 +90,7 @@ class GLARBTimerTrace : public Trace {
virtual void Process() OVERRIDE;
private:
- ~GLARBTimerTrace();
+ virtual ~GLARBTimerTrace();
void Output();
@@ -118,7 +118,7 @@ class NoopTrace : public Trace {
virtual void Process() OVERRIDE {}
private:
- ~NoopTrace() {}
+ virtual ~NoopTrace() {}
DISALLOW_COPY_AND_ASSIGN(NoopTrace);
};
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | net/quic/congestion_control/leaky_bucket_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698