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

Unified Diff: Source/WebCore/platform/graphics/gpu/TilingData.h

Issue 7590009: Merge 92255 - Source/WebCore: [Chromium] Use edge-distance method for layer anti-aliasing. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 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/WebCore/platform/graphics/gpu/TilingData.h
===================================================================
--- Source/WebCore/platform/graphics/gpu/TilingData.h (revision 92714)
+++ Source/WebCore/platform/graphics/gpu/TilingData.h (working copy)
@@ -61,7 +61,6 @@
IntRect tileBounds(int tile) const;
IntRect tileBoundsWithBorder(int tile) const;
- IntRect tileBoundsWithOuterBorder(int tile) const;
FloatRect tileBoundsNormalized(int tile) const;
int tilePositionX(int xIndex) const;
int tilePositionY(int yIndex) const;
@@ -75,7 +74,7 @@
void intersectDrawQuad(const FloatRect& srcRect, const FloatRect& dstRect, int tile, FloatRect* newSrc, FloatRect* newDst) const;
// Difference between tileBound's and tileBoundWithBorder's location().
- IntPoint textureOffset() const;
+ IntPoint textureOffset(int xIndex, int yIndex) const;
private:
TilingData() : m_maxTextureSize(0), m_totalSizeX(0), m_totalSizeY(0) {}
« no previous file with comments | « Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp ('k') | Source/WebCore/platform/graphics/gpu/TilingData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698