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

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

Issue 447553002: Remove inspector deadcode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/GraphicsContextRecorder.h
diff --git a/Source/platform/graphics/GraphicsContextRecorder.h b/Source/platform/graphics/GraphicsContextRecorder.h
index 2f04244f0638ec2a26386c004e8d136af3871c68..30943e35699b7e83b99b8ec2a1849d6063dc8de1 100644
--- a/Source/platform/graphics/GraphicsContextRecorder.h
+++ b/Source/platform/graphics/GraphicsContextRecorder.h
@@ -53,12 +53,11 @@ public:
private:
friend class GraphicsContextRecorder;
- GraphicsContextSnapshot(PassRefPtr<SkPicture>, bool isCerteainlyOpaque);
+ GraphicsContextSnapshot(PassRefPtr<SkPicture>);
PassOwnPtr<SkBitmap> createBitmap() const;
RefPtr<SkPicture> m_picture;
- bool m_isCertainlyOpaque;
};
class PLATFORM_EXPORT GraphicsContextRecorder {

Powered by Google App Engine
This is Rietveld 408576698