Changeset 243395 in webkit
- Timestamp:
- Mar 22, 2019, 11:49:04 AM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/WebProcess.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r243392 r243395 1 2019-03-22 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed build fix after r243388. 4 5 * WebProcess/WebProcess.h: 6 1 7 2019-03-22 Per Arne Vollan <pvollan@apple.com> 2 8 -
trunk/Source/WebKit/WebProcess/WebProcess.h
r243388 r243395 426 426 #if PLATFORM(IOS) 427 427 void backlightLevelDidChange(float backlightLevel); 428 428 #endif 429 430 #if PLATFORM(IOS_FAMILY) 429 431 bool shouldFreezeOnSuspension() const; 430 432 void updateFreezerStatus();
Note:
See TracChangeset
for help on using the changeset viewer.