Index: ppapi/thunk/ppb_display_color_profile_private_thunk.cc |
diff --git a/ppapi/thunk/ppb_display_color_profile_private_thunk.cc b/ppapi/thunk/ppb_display_color_profile_private_thunk.cc |
index 34b428b8d9b9631e84720c0596519068483a144f..3cd48438879d18affd207cfb0b4c5921fd035516 100644 |
--- a/ppapi/thunk/ppb_display_color_profile_private_thunk.cc |
+++ b/ppapi/thunk/ppb_display_color_profile_private_thunk.cc |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
// From private/ppb_display_color_profile_private.idl, |
-// modified Mon Feb 17 15:14:07 2014. |
+// modified Wed Feb 26 15:01:03 2014. |
#include "ppapi/c/pp_completion_callback.h" |
#include "ppapi/c/pp_errors.h" |
@@ -48,8 +48,8 @@ int32_t GetColorProfile(PP_Resource display_color_profile_res, |
int32_t RegisterColorProfileChangeCallback( |
PP_Resource display_color_profile_res, |
struct PP_CompletionCallback callback) { |
- VLOG(4) << |
- "PPB_DisplayColorProfile_Private::RegisterColorProfileChangeCallback()"; |
+ VLOG( |
+ 4) << "PPB_DisplayColorProfile_Private::RegisterColorProfileChangeCallback()"; |
ddorwin
2014/03/01 06:18:09
Weird that this is now made > 80 chars.
xhwang
2014/03/03 19:06:36
The generator changed this :) Reverted.
ddorwin
2014/03/03 19:22:04
I figured. I was just wondering what generator cha
|
EnterResource<PPB_DisplayColorProfile_API> enter(display_color_profile_res, |
callback, |
true); |