| Index: content/public/common/page_zoom.h
|
| diff --git a/content/public/common/page_zoom.h b/content/public/common/page_zoom.h
|
| index aa5e56a90711b089987afdbcf17eafd49ddf67e2..190b551b88d93279f8a97bd13272a9d2897a26ae 100644
|
| --- a/content/public/common/page_zoom.h
|
| +++ b/content/public/common/page_zoom.h
|
| @@ -15,6 +15,7 @@ enum PageZoom {
|
| PAGE_ZOOM_OUT = -1,
|
| PAGE_ZOOM_RESET = 0,
|
| PAGE_ZOOM_IN = 1,
|
| + PAGE_ZOOM_LAST = PAGE_ZOOM_IN
|
| };
|
|
|
| // The minimum zoom factor permitted for a page. This is an alternative to
|
|
|