Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: plugin/mac/o3d_layer.h

Issue 3083012: Tidying up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « plugin/mac/graphics_utils_mac.mm ('k') | samples/iframeit.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2009, Google Inc. 2 * Copyright 2009, Google Inc.
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 30 matching lines...) Expand all
41 CGLContextObj glContext_; 41 CGLContextObj glContext_;
42 PluginObject *obj_; 42 PluginObject *obj_;
43 BOOL created_context_; 43 BOOL created_context_;
44 BOOL was_resized_; 44 BOOL was_resized_;
45 int width_; 45 int width_;
46 int height_; 46 int height_;
47 } 47 }
48 48
49 - (CGLContextObj)glContext; 49 - (CGLContextObj)glContext;
50 50
51 - (void)drawInCGLContext:(CGLContextObj)ctx 51 - (void)drawInCGLContext:(CGLContextObj)ctx
52 pixelFormat:(CGLPixelFormatObj)pf 52 pixelFormat:(CGLPixelFormatObj)pf
53 forLayerTime:(CFTimeInterval)t 53 forLayerTime:(CFTimeInterval)t
54 displayTime:(const CVTimeStamp *)ts; 54 displayTime:(const CVTimeStamp *)ts;
55 55
56 - (void)setPluginObject:(PluginObject *)obj; 56 - (void)setPluginObject:(PluginObject *)obj;
57 57
58 - (void)setWidth:(int)width 58 - (void)setWidth:(int)width
59 height:(int)height; 59 height:(int)height;
60 60
61 @end 61 @end
62 62
OLDNEW
« no previous file with comments | « plugin/mac/graphics_utils_mac.mm ('k') | samples/iframeit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698