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

Unified Diff: third_party/WebKit/public/platform/WebExternalBitmap.h

Issue 1548993002: Switch to standard integer types in base/strings/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « third_party/WebKit/public/platform/Platform.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebExternalBitmap.h
diff --git a/third_party/WebKit/public/platform/WebExternalBitmap.h b/third_party/WebKit/public/platform/WebExternalBitmap.h
index 25d0a2ed467f66df612f90939a110de03632940e..c25ee6de2a8d1c199df884aa0ba0780623881e2e 100644
--- a/third_party/WebKit/public/platform/WebExternalBitmap.h
+++ b/third_party/WebKit/public/platform/WebExternalBitmap.h
@@ -46,7 +46,7 @@ public:
// Returns the pixels for the bitmap. The buffer that's returned will
// contain size().width * size().height * 4 bytes and will use Skia's byte
// order.
- virtual uint8* pixels() = 0;
+ virtual uint8_t* pixels() = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/platform/Platform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698