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

Unified Diff: samplecode/SampleApp.h

Issue 2381913003: Support monitor profile in SampleApp (on Windows) (Closed)
Patch Set: Spelling Created 4 years, 3 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
« no previous file with comments | « no previous file | samplecode/SampleApp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samplecode/SampleApp.h
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h
index 2ac9f0553eaaa3fc02ee367343fbd20e07cae3ad..24e2390f9a24aa39f8a89265e04c78fa7f079527 100644
--- a/samplecode/SampleApp.h
+++ b/samplecode/SampleApp.h
@@ -143,6 +143,7 @@ public:
void postInvalDelay();
DeviceType getDeviceType() const { return fDeviceType; }
+ int getColorConfigIndex() const { return fColorConfigIndex; }
protected:
void onDraw(SkCanvas* canvas) override;
@@ -219,6 +220,7 @@ private:
int fMSAASampleCount;
bool fDeepColor;
+ int fColorConfigIndex;
SkScalar fZoomCenterX, fZoomCenterY;
« no previous file with comments | « no previous file | samplecode/SampleApp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698