| Index: third_party/WebKit/Source/core/css/MediaQueryExp.h
|
| diff --git a/third_party/WebKit/Source/core/css/MediaQueryExp.h b/third_party/WebKit/Source/core/css/MediaQueryExp.h
|
| index 98d83338be00776b65fe8fa7f66a3e5083fae64a..52a38d50ca32b6d601f0bd175645b224fe1c0f30 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryExp.h
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryExp.h
|
| @@ -94,6 +94,8 @@ public:
|
|
|
| bool isViewportDependent() const;
|
|
|
| + bool isDeviceDependent() const;
|
| +
|
| String serialize() const;
|
|
|
| PassOwnPtrWillBeRawPtr<MediaQueryExp> copy() const { return adoptPtrWillBeNoop(new MediaQueryExp(*this)); }
|
|
|