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

Unified Diff: Source/platform/graphics/RecordingImageBufferSurface.h

Issue 1184673003: Fix unit test style in Source/platform/, part 2. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
Index: Source/platform/graphics/RecordingImageBufferSurface.h
diff --git a/Source/platform/graphics/RecordingImageBufferSurface.h b/Source/platform/graphics/RecordingImageBufferSurface.h
index 075f49c0b2a0b723417c2be0ea018e0d7620b0f4..c58b19c2b32ea715a8936cf8309c4f86c1e9ad81 100644
--- a/Source/platform/graphics/RecordingImageBufferSurface.h
+++ b/Source/platform/graphics/RecordingImageBufferSurface.h
@@ -15,11 +15,11 @@
class SkPicture;
class SkPictureRecorder;
-class RecordingImageBufferSurfaceTest;
namespace blink {
class ImageBuffer;
+class RecordingImageBufferSurfaceTest;
class RecordingImageBufferFallbackSurfaceFactory {
public:
@@ -62,7 +62,7 @@ public:
void setIsHidden(bool) override;
private:
- friend class ::RecordingImageBufferSurfaceTest; // for unit testing
+ friend class RecordingImageBufferSurfaceTest; // for unit testing
kochi 2015/06/12 05:35:54 nit: add // TODO(tkent): Use FRIEND_TEST macro pro
tkent 2015/06/12 05:46:49 In this case, gtest_prod.h and base/gtest_prod_uti
kochi 2015/06/12 05:54:27 Acknowledged.
void fallBackToRasterCanvas();
bool initializeCurrentFrame();
bool finalizeFrameInternal();
« no previous file with comments | « Source/platform/graphics/ImageLayerChromiumTest.cpp ('k') | Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698