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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2387303002: Image Capture Linux/CrOs, implement brightness, contrast, saturation and sharpness (Closed)
Patch Set: Explicitly initialize to empty the new fields in the Android implementation and rebase Created 4 years, 2 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: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 03fb61261c726ea94b85988cc174e816c582a2ce..355c7672ae9010d8b7ab803844f5e36f0172511c 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -4565,7 +4565,9 @@ interface Permissions
method revoke
interface PhotoCapabilities
attribute @@toStringTag
+ getter brightness
getter colorTemperature
+ getter contrast
getter exposureCompensation
getter exposureMode
getter fillLightMode
@@ -4574,6 +4576,8 @@ interface PhotoCapabilities
getter imageWidth
getter iso
getter redEyeReduction
+ getter saturation
+ getter sharpness
getter whiteBalanceMode
getter zoom
method constructor

Powered by Google App Engine
This is Rietveld 408576698