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

Unified Diff: ui/display/chromeos/test/action_logger_util.h

Issue 1028563003: Load and apply a vcgt table from an ICC file to the internal display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix incorrect error message display Created 5 years, 9 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: ui/display/chromeos/test/action_logger_util.h
diff --git a/ui/display/chromeos/test/action_logger_util.h b/ui/display/chromeos/test/action_logger_util.h
index 4b66cd1fb10a01092062f71faffb041ddbe0138b..0bf370cb561792d7c0568c0c6fbf96220e63ecc9 100644
--- a/ui/display/chromeos/test/action_logger_util.h
+++ b/ui/display/chromeos/test/action_logger_util.h
@@ -6,6 +6,7 @@
#define UI_DISPLAY_CHROMEOS_TEST_ACTION_LOGGER_UTIL_H_
#include <string>
+#include <vector>
#include "ui/display/types/display_constants.h"
@@ -62,6 +63,12 @@ std::string GetFramebufferAction(const gfx::Size& size,
std::string GetSetHDCPStateAction(const DisplaySnapshot& output,
HDCPState state);
+// Returns a string describing a TestNativeDisplayDelegate::SetGammaRamp() call;
+std::string SetGammaRampAction(const ui::DisplaySnapshot& output,
+ const std::vector<uint16_t>& r,
+ const std::vector<uint16_t>& g,
+ const std::vector<uint16_t>& b);
+
// Joins a sequence of strings describing actions (e.g. kScreenDim) such
// that they can be compared against a string returned by
// ActionLogger::GetActionsAndClear(). The list of actions must be
« no previous file with comments | « no previous file | ui/display/chromeos/test/action_logger_util.cc » ('j') | ui/display/chromeos/test/action_logger_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698