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

Unified Diff: public/platform/WebGraphicsMemoryStats.h

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « public/platform/WebAudioDevice.h ('k') | public/platform/WebHTTPLoadInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebGraphicsMemoryStats.h
diff --git a/public/platform/WebGraphicsMemoryStats.h b/public/platform/WebGraphicsMemoryStats.h
index c932f39f5249075adc60a0c22a97e6f7e80b5569..b66a464c958ef688fbf378a2f43a21ad4726cd8a 100644
--- a/public/platform/WebGraphicsMemoryStats.h
+++ b/public/platform/WebGraphicsMemoryStats.h
@@ -45,7 +45,7 @@ struct WebGraphicsManagedMemoryStats {
// of the buffer is known by the GPU process).
bool backbufferRequested;
- WebGraphicsManagedMemoryStats()
+ WebGraphicsManagedMemoryStats()
: bytesVisible(0)
, bytesVisibleAndNearby(0)
, bytesAllocated(0)
« no previous file with comments | « public/platform/WebAudioDevice.h ('k') | public/platform/WebHTTPLoadInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698