summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering/TileTexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/rendering/TileTexture.h')
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TileTexture.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/WebCore/platform/graphics/android/rendering/TileTexture.h b/Source/WebCore/platform/graphics/android/rendering/TileTexture.h
index a624c1d..b694241 100644
--- a/Source/WebCore/platform/graphics/android/rendering/TileTexture.h
+++ b/Source/WebCore/platform/graphics/android/rendering/TileTexture.h
@@ -26,11 +26,12 @@
#ifndef TileTexture_h
#define TileTexture_h
-#include "TextureInfo.h"
#include "Color.h"
+#include "FloatPoint.h"
#include "SkBitmap.h"
#include "SkRect.h"
#include "SkSize.h"
+#include "TextureInfo.h"
#include <GLES2/gl2.h>
@@ -80,8 +81,8 @@ public:
Color pureColor() { return m_pureColor; }
void drawGL(bool isLayer, const SkRect& rect, float opacity,
- const TransformationMatrix* transform, bool forceBlending = false,
- bool usePointSampling = false);
+ const TransformationMatrix* transform, bool forceBlending, bool usePointSampling,
+ const FloatPoint& fillPortion);
private:
TextureInfo m_ownTextureInfo;
SkSize m_size;