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

Unified Diff: ppapi/tests/test_image_data.cc

Issue 8879009: In ppapi/tests: |... const*| -> |const ...*| (for consistency). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « ppapi/tests/test_graphics_3d.cc ('k') | ppapi/tests/test_input_event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_image_data.cc
diff --git a/ppapi/tests/test_image_data.cc b/ppapi/tests/test_image_data.cc
index cd56a52d3dac14a8249d978fc82cd1440a17622a..f1011475e6bf37e0ba5e5ee3db4b6bc277cb5cc3 100644
--- a/ppapi/tests/test_image_data.cc
+++ b/ppapi/tests/test_image_data.cc
@@ -13,7 +13,7 @@
REGISTER_TEST_CASE(ImageData);
bool TestImageData::Init() {
- image_data_interface_ = reinterpret_cast<PPB_ImageData const*>(
+ image_data_interface_ = static_cast<const PPB_ImageData*>(
pp::Module::Get()->GetBrowserInterface(PPB_IMAGEDATA_INTERFACE));
return !!image_data_interface_;
}
« no previous file with comments | « ppapi/tests/test_graphics_3d.cc ('k') | ppapi/tests/test_input_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698