OLD | NEW |
1 | |
2 /* | 1 /* |
3 * Copyright (C) 2009 Google Inc. All rights reserved. | 2 * Copyright (C) 2009 Google Inc. All rights reserved. |
4 * | 3 * |
5 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
7 * met: | 6 * met: |
8 * | 7 * |
9 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
10 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
11 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 // control what are valid states for top controls and if it should animate. | 263 // control what are valid states for top controls and if it should animate. |
265 virtual void updateTopControlsState(WebTopControlsState constraints, WebTopC
ontrolsState current, bool animate) { } | 264 virtual void updateTopControlsState(WebTopControlsState constraints, WebTopC
ontrolsState current, bool animate) { } |
266 | 265 |
267 protected: | 266 protected: |
268 ~WebWidget() { } | 267 ~WebWidget() { } |
269 }; | 268 }; |
270 | 269 |
271 } // namespace blink | 270 } // namespace blink |
272 | 271 |
273 #endif | 272 #endif |
OLD | NEW |