| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 6a3d1400bca96e83a03665bf15ccc8c97ed436bc..64fbc7a7d2c8bb2e3abefa25438060cb0c13fed9 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -130,7 +130,7 @@ public:
|
|
|
| BLINK_EXPORT static void enablePreciseMemoryInfo(bool);
|
|
|
| - BLINK_EXPORT static void enableLayerSquashing(bool);
|
| + BLINK_EXPORT static void enableLayerSquashing(bool) { }
|
|
|
| BLINK_EXPORT static void enableShowModalDialog(bool);
|
|
|
|
|