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

Unified Diff: src/gpu/GrAARectRenderer.cpp

Issue 884253004: Fix win64 warnings. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix? Created 5 years, 11 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
« no previous file with comments | « no previous file | tools/win_dbghelp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrAARectRenderer.cpp
diff --git a/src/gpu/GrAARectRenderer.cpp b/src/gpu/GrAARectRenderer.cpp
index 6866b79aef886e32e2789d75bcd0579172d1883a..48692ebf5e6fffdce087cc3aa7823fc5293b78c3 100644
--- a/src/gpu/GrAARectRenderer.cpp
+++ b/src/gpu/GrAARectRenderer.cpp
@@ -227,8 +227,8 @@ private:
}
void generateAAFillRectGeometry(void* vertices,
- uint32_t offset,
- uint32_t vertexStride,
+ size_t offset,
+ size_t vertexStride,
GrColor color,
const SkMatrix& viewMatrix,
const SkRect& rect,
« no previous file with comments | « no previous file | tools/win_dbghelp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698