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

Unified Diff: third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.h

Issue 2793993003: Make GeometryMapper fully static (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.h
diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.h b/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.h
index 3c9a0959bdf84f57fb7ef35699457bd3aad26389..b94886564457ad3ee5d213c71acd8f0dc2a8ca90 100644
--- a/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.h
+++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.h
@@ -20,7 +20,6 @@ class Vector2dF;
namespace blink {
class DisplayItemList;
-class GeometryMapper;
struct PaintChunk;
class PropertyTreeState;
@@ -30,8 +29,7 @@ class PLATFORM_EXPORT PaintChunksToCcLayer {
const Vector<const PaintChunk*>&,
const PropertyTreeState& layerState,
const gfx::Vector2dF& layerOffset,
- const DisplayItemList&,
- GeometryMapper&);
+ const DisplayItemList&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698