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

Unified Diff: ppapi/thunk/ppb_display_color_profile_private_thunk.cc

Issue 177113009: Support non-SFI mode in NaCl manifest file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 months 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
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);

Powered by Google App Engine
This is Rietveld 408576698