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

Unified Diff: content/renderer/gpu/compositor_software_output_device.h

Issue 372093002: Fixes for re-enabling more MSVC level 4 warnings: content/renderer/ edition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comment Created 6 years, 5 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 | « no previous file | content/renderer/gpu/compositor_software_output_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/compositor_software_output_device.h
diff --git a/content/renderer/gpu/compositor_software_output_device.h b/content/renderer/gpu/compositor_software_output_device.h
index 75bda0ce53edfc5f07fa34a7671aeac24a7d470e..3f232e062b96908b2c4b5bcf4586bb5c77329e2d 100644
--- a/content/renderer/gpu/compositor_software_output_device.h
+++ b/content/renderer/gpu/compositor_software_output_device.h
@@ -27,7 +27,7 @@ namespace content {
class CompositorSoftwareOutputDevice
: NON_EXPORTED_BASE(public cc::SoftwareOutputDevice),
NON_EXPORTED_BASE(public base::NonThreadSafe) {
-public:
+ public:
CompositorSoftwareOutputDevice();
virtual ~CompositorSoftwareOutputDevice();
@@ -40,7 +40,7 @@ public:
virtual void ReclaimSoftwareFrame(unsigned id) OVERRIDE;
-private:
+ private:
// Internal buffer class that manages shared memory lifetime and ownership.
// It also tracks buffers' history so we can calculate what's the minimum
// damage rect difference between any two given buffers (see SetParent and
« no previous file with comments | « no previous file | content/renderer/gpu/compositor_software_output_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698