Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index e1687b679df004d7c6d6f661edcb8de61e3bcd08..b9f907443c75413b0627a980aa867bf9832f1bb1 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -263,6 +263,9 @@ class ContentViewCoreImpl : public ContentViewCore, |
bool IsFullscreenRequiredForOrientationLock() const; |
+ void IncrementKeepScreenOnCount(); |
+ void DecrementKeepScreenOnCount(); |
+ |
// -------------------------------------------------------------------------- |
// Methods called from native code |
// -------------------------------------------------------------------------- |