Chromium Code Reviews| 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..f720123eb4bd2541bea78424983de4dcaf84d745 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 19 17:51:56 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()"; |
|
hidehiko
2014/02/27 07:14:49
This is generated by ppapi/generators/generator.py
Mark Seaborn
2014/02/27 17:10:22
I think it would be cleaner to revert this file, b
hidehiko
2014/02/28 06:41:54
I see. Just reverted.
|
| EnterResource<PPB_DisplayColorProfile_API> enter(display_color_profile_res, |
| callback, |
| true); |