Skip to content

Commit

Permalink
Add @OverRide to offscreen preraster methods.
Browse files Browse the repository at this point in the history
These are added for the sake of consistency.

BUG=

Review URL: https://codereview.chromium.org/1423713002

Cr-Commit-Position: refs/heads/master@{#355668}
  • Loading branch information
hush authored and Commit bot committed Oct 22, 2015
1 parent 636e3cf commit 1a6ed0f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,10 +533,12 @@ public int getMixedContentMode() {
return mAwSettings.getMixedContentMode();
}

@Override
public void setOffscreenPreRaster(boolean enabled) {
mAwSettings.setOffscreenPreRaster(enabled);
}

@Override
public boolean getOffscreenPreRaster() {
return mAwSettings.getOffscreenPreRaster();
}
Expand Down

0 comments on commit 1a6ed0f

Please sign in to comment.