Commit d6138661 authored by thakis@chromium.org's avatar thakis@chromium.org

Fix two harmless int-to-pointer conversions that a new clang warns about.

BUG=none

Review URL: https://chromiumcodereview.appspot.com/10823274

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151092 0039d316-1c4b-4281-b951-d872f2087c98
parent 760ca61a
...@@ -235,7 +235,7 @@ TestRenderViewHost::TestRenderViewHost( ...@@ -235,7 +235,7 @@ TestRenderViewHost::TestRenderViewHost(
widget_delegate, widget_delegate,
routing_id, routing_id,
swapped_out, swapped_out,
dom_storage::kInvalidSessionStorageNamespaceId), NULL),
render_view_created_(false), render_view_created_(false),
delete_counter_(NULL), delete_counter_(NULL),
simulate_fetch_via_proxy_(false), simulate_fetch_via_proxy_(false),
......
...@@ -74,7 +74,7 @@ SkBitmap NSImageOrNSImageRepToSkBitmap( ...@@ -74,7 +74,7 @@ SkBitmap NSImageOrNSImageRepToSkBitmap(
operation:NSCompositeCopy operation:NSCompositeCopy
fraction:1.0 fraction:1.0
respectFlipped:NO respectFlipped:NO
hints:NO]; hints:nil];
} }
[NSGraphicsContext restoreGraphicsState]; [NSGraphicsContext restoreGraphicsState];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment