Add a simple message that calls WKContentView's zoom-to-rect code given just a rect and min/max scale.
Created attachment 229163 [details] patch
Attachment 229163 [details] did not pass style-queue: ERROR: Source/WebKit2/UIProcess/WebPageProxy.h:610: The parameter name "rect" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebKit2/UIProcess/PageClient.h:252: The parameter name "rect" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebKit2/UIProcess/ios/PageClientImplIOS.h:125: The parameter name "rect" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 3 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
http://trac.webkit.org/changeset/167154
And http://trac.webkit.org/changeset/167155 for the stylebot.
Why did I do this? Nothing calls it?